home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DTP / PDF071E.ZIP / !pdf / !Run < prev    next >
Text File  |  1997-09-03  |  2KB  |  45 lines

  1. |
  2. | !pdf Run file
  3. |
  4.  
  5. IconSprites <Obey$Dir>.!Sprites
  6. if "<File$Type_ADF>" = "" then Set File$Type_ADF "Pdf"
  7. Set Alias$@RunType_ADF Run <Obey$Dir>.!Run %%*0
  8. set Pdf$Dir <Obey$Dir>
  9.  
  10. if "<Pdf$Choices>" = "" AND "<Choices$Dir>" <> "" then Set Pdf$Choices <Choices$Dir>.Pdf
  11. if "<Pdf$Choices>" = "" then  Set Pdf$Choices <Pdf$Dir>.Choices
  12.  
  13. RMENSURE Window  0.00  RMLOAD System:modules.toolbox.window
  14. RMENSURE Window  1.17  ERROR You need window 1.17 or later to run !pdf
  15. RMENSURE Menu  0.00  RMLOAD System:modules.toolbox.menu
  16. RMENSURE Menu  0.13  ERROR You need menu 0.13 or later to run !pdf
  17. RMENSURE ProgInfo  0.00  RMLOAD System:modules.toolbox.proginfo
  18. RMENSURE Proginfo  0.00  ERROR You need proginfo to run !pdf
  19. RMENSURE PrintDBox  0.00  RMLOAD System:modules.toolbox.PrintDBox
  20. RMENSURE PrintDBox  0.00  ERROR You need PrintDBox to run !pdf
  21. RMENSURE DrawFile  0.00  RMLOAD System:modules.DrawFile
  22. RMENSURE DrawFile  0.00  ERROR You need DrawFile to run !pdf
  23. RMENSURE FileInfo  0.00  RMLOAD System:modules.toolbox.FileInfo
  24. RMENSURE FileInfo  0.00  ERROR You need FileInfo to run !pdf
  25. RMENSURE IconBar  0.00  RMLOAD System:modules.toolbox.IconBar
  26. RMENSURE IconBar  0.00  ERROR You need IconBar to run !pdf
  27. RMENSURE Scale  0.00  RMLOAD System:modules.toolbox.Scale
  28. RMENSURE Scale  0.00  ERROR You need Scale to run !pdf
  29. RMENSURE SaveAs  0.00  RMLOAD System:modules.toolbox.SaveAs
  30. RMENSURE SaveAs  0.00  ERROR You need SaveAs to run !pdf
  31.  
  32. wimpslot -min 400k -max 6000k
  33.  
  34. | commandline options
  35. | -cmd        Print PDF commands to stderr
  36. | -debug    Debuging mode
  37. | -nobaricon    Do not show bar icon
  38. | <filename>    PDF filename
  39. |
  40. | redirection: You can redirect stderr to a file
  41. | eg: run <pdf$dir>.!runimage %*0 >& <pdf$dir>.errors
  42.  
  43. |run <pdf$dir>.!runimage %*0 >& <pdf$dir>.errors
  44. run <Pdf$Dir>.!runimage %*0
  45.